Skip to content
This repository was archived by the owner on Oct 4, 2022. It is now read-only.

!B Fix stack corruption on non-windows platforms#500

Open
mik403 wants to merge 1 commit intoaws:masterfrom
fraglab:1.24_fix_stack_corruption_in_canvas
Open

!B Fix stack corruption on non-windows platforms#500
mik403 wants to merge 1 commit intoaws:masterfrom
fraglab:1.24_fix_stack_corruption_in_canvas

Conversation

@mik403
Copy link

@mik403 mik403 commented Jul 6, 2020

Hi guys!
I am sharing your fix of stack corruption on non-windows platforms

Problem is next - during asset processing convertor serializes DataType enum as 'int', because this is the underlying type of it on msvc/windows.

But after loading it on Clang (for example Orbis or Linux) its underlying type will be unsigned int, which will lead to ton's of erros and stack corruption after

@AMZN-Gene
Copy link

This is great! Thank you!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants